home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6804 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  622 b 

  1. Path: charm.il.ft.hse.nl!not-for-mail
  2. From: robert@il.ft.hse.nl (Robert Klep)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: && operator question
  5. Date: 15 Feb 1996 11:09:33 +0100
  6. Organization: LSD...melts in your mind, not in your hand
  7. Message-ID: <4fv0ot$ig2@charm.il.ft.hse.nl>
  8. References: <4fu69a$b7e@sphinx.Gsu.EDU>
  9. NNTP-Posting-Host: charm.il.ft.hse.nl
  10.  
  11. gs01maj@panther.Gsu.EDU (Matthew A Johnson):
  12.  >if(expression1 && expression2)
  13.  >     some statement;
  14.  >My question is, if expression1 is false will expression2 get evaluated at 
  15.  >all?
  16.  
  17. No, it won't.
  18.  
  19.                                                                 robert 
  20.